.inner {
  width: 82.0312vw;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .inner {
    width: 89.3333vw;
  }
}

.bread-wrap {
  width: 100%;
  background: #f5f5f5;
  padding: 1.0416vw 0;
}
@media screen and (max-width: 750px) {
  .bread-wrap {
    display: none;
  }
}
.bread-wrap .inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bread-wrap .inner .bread-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.8333vw;
  line-height: 1.5;
  color: #848585;
  margin-right: 0.4166vw;
}
.bread-wrap .inner .bread-item:first-child::before {
  display: block;
  content: "";
  width: 1.0416vw;
  height: 1.0416vw;
  background: url("../img/home-icon.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 0.4166vw;
}
.bread-wrap .inner .bread-item::after {
  display: block;
  content: "";
  width: 0.625vw;
  height: 0.625vw;
  background: url("../img/arr-right-icon.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 0.4166vw;
}
.bread-wrap .inner .bread-item:last-child::after {
  display: none;
}

.content-wrap {
  padding: 4.1666vw 0 3.9583vw;
}
@media screen and (max-width: 750px) {
  .content-wrap {
    padding: 5.3333vw 0 10.6666vw;
  }
}
.content-wrap .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .content-wrap .inner {
    display: block;
  }
}
.content-wrap .left-nav {
  width: 11.4583vw;
}
@media screen and (max-width: 750px) {
  .content-wrap .left-nav {
    display: none;
  }
}
.content-wrap .left-nav .nav-pic {
  width: 7.0312vw;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 2.3958vw;
}
.content-wrap .left-nav .nav-pic img {
  display: block;
  width: 100%;
}
.content-wrap .left-nav .nav-title {
  font-size: 1.9791vw;
  line-height: 1.4;
  color: #2f2f2f;
  font-weight: bold;
  margin-bottom: 0.5208vw;
}
.content-wrap .left-nav .nav-english {
  font-size: 0.7291vw;
  line-height: 1.4;
  color: #5d5d5d;
  font-weight: bold;
  margin-bottom: 3.6458vw;
  text-transform: uppercase;
}
.content-wrap .left-nav .nav-list {
  padding-left: 0.7812vw;
}
.content-wrap .left-nav .nav-list .nav-item {
  position: relative;
  display: block;
  font-size: 0.8333vw;
  line-height: 2.0833vw;
  color: #8b8b8b;
  margin-bottom: 0.5208vw;
  transition: 0.2s all ease-in;
}
.content-wrap .left-nav .nav-list .nav-item:last-child {
  margin-bottom: 0;
}
.content-wrap .left-nav .nav-list .nav-item::after {
  position: absolute;
  content: "";
  top: 0.5208vw;
  right: calc(100% + 0.4166vw);
  width: 0.3645vw;
  height: 0.4687vw;
  background: url("../img/left-nav-arr-icon.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition: 0.3s all ease-in;
}
.content-wrap .left-nav .nav-list .nav-item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.1041vw;
  background: #03090f;
  transition: 0.3s all ease-in;
}
.content-wrap .left-nav .nav-list .nav-item.active {
  font-size: 1.0416vw;
  font-weight: bold;
  color: #3d3d3d;
}
.content-wrap .left-nav .nav-list .nav-item.active::before {
  width: 100%;
}
.content-wrap .left-nav .nav-list .nav-item.active::after {
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .content-wrap .left-nav .nav-list .nav-item:hover {
    font-size: 1.0416vw;
    font-weight: bold;
    color: #3d3d3d;
  }
  .content-wrap .left-nav .nav-list .nav-item:hover::before {
    width: 100%;
  }
  .content-wrap .left-nav .nav-list .nav-item:hover::after {
    opacity: 1;
  }
}
.content-wrap .main-wrap {
  width: 51.0416vw;
}
@media screen and (max-width: 750px) {
  .content-wrap .main-wrap {
    width: 100%;
  }
}
.content-wrap .main-wrap .headline {
  font-size: 1.5625vw;
  line-height: 1;
  color: #2F2F2F;
  margin-bottom: 0.8333vw;
  font-weight: bold;
}
.content-wrap .main-wrap .date {
    font-size: 0.8333vw;
    line-height: 1.5;
    color: #808080;
    margin-bottom: 2.6041vw;
    font-weight: normal;
}
@media screen and (max-width: 750px) {
  .content-wrap .main-wrap .headline {
    /* margin-bottom: 0; */
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .content-wrap .main-wrap .headline {
    font-size: 4.2666vw;
  }
}
@media screen and (max-width: 750px) {
  /* .content-wrap .main-wrap .headline {
    display: none;
  } */
  .content-wrap .main-wrap .date {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 2.1333vw;
}
}
.content-wrap .main-wrap .tab-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 51vw;
  overflow-x: auto;
  position: relative;
  padding-left: 1vw;
  padding-right: 3vw;
  padding-bottom: 1.0416vw;
  /* scrollbar-width: none; */
  border-bottom: 0.052vw solid #333;
  margin-bottom: 2.0833vw;
}
@media screen and (max-width: 750px) {
  .content-wrap .main-wrap .tab-list {
    width: auto;
    padding-left: 3.2vw;
    padding-bottom: 4vw;
    margin-bottom: 6.6666vw;
    overflow-x: auto;
    border-bottom: 0.1333vw solid #333;
  }
  .content-wrap .main-wrap .tab-list::-webkit-scrollbar {
    display: none;
  }
}
/* .content-wrap .main-wrap .tab-list::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.052vw;
  background: #333;
} */
@media screen and (max-width: 750px) {
  .content-wrap .main-wrap .tab-list::before {
    display: none;
  }
}
.content-wrap .main-wrap .tab-list .tab-item {
  font-size: 0.8333vw;
  line-height: 1.5625vw;
  color: #8b8b8b;
  margin-bottom: 0;
  font-weight: normal;
  position: relative;
  display: block;
  color: #8b8b8b;
  margin-right: 3.8666vw;
  transition: 0.2s all ease-in;
  white-space: nowrap;
  margin-right: 6.2vw;
  padding-left: 0.7812vw;
}
@media screen and (max-width: 750px) {
  .content-wrap .main-wrap .tab-list .tab-item {
    font-size: 3.2vw;
    line-height: 5.4666vw;
    margin-right: 7vw;
    margin-bottom: 0;
  }
}
.content-wrap .main-wrap .tab-list .tab-item:last-child {
  margin-right: 0;
}
.content-wrap .main-wrap .tab-list .tab-item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 750px) {
  .content-wrap .main-wrap .tab-list .tab-item {
    margin-right: 6.6666vw;
    padding-left: 3.2vw;
    transform-origin: center top;
  }
}
.content-wrap .main-wrap .tab-list .tab-item::after {
  position: absolute;
  content: "";
  top: 0.2604vw;
  left: 0;
  width: 0.3645vw;
  height: 0.4687vw;
  background: url("../img/left-nav-arr-icon.png") no-repeat;
  background-size: 100% 100%;
  transition: 0.3s all ease-in;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .content-wrap .main-wrap .tab-list .tab-item::after {
    top: 0;
    right: calc(100% + 1.3333vw);
    width: 1.8666vw;
    height: 1.8666vw;
  }
}
.content-wrap .main-wrap .tab-list .tab-item.active {
  font-weight: bold;
  color: #3d3d3d;
  transform: scale(1.25);
}
@media screen and (max-width: 750px) {
  .content-wrap .main-wrap .tab-list .tab-item.active {
    font-size: 3.7333vw;
  }
}
.content-wrap .main-wrap .tab-list .tab-item.active::after {
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .content-wrap .main-wrap .tab-list .tab-item:hover {
    font-weight: bold;
    color: #3d3d3d;
    transform: scale(1.25);
  }
}
@media screen and (min-width: 751px) and (max-width: 750px) {
  .content-wrap .main-wrap .tab-list .tab-item:hover {
    font-size: 3.7333vw;
  }
}
@media screen and (min-width: 751px) {
  .content-wrap .main-wrap .tab-list .tab-item:hover::after {
    opacity: 1;
  }
}

.public-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
.public-list .public-item {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 1.5625vw;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 750px) {
  .public-list .public-item {
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
  .public-list .public-item:hover {
    opacity: 1;
  }
  .public-list .public-item:hover .title {
    color: #0e0e0e;
    font-weight: bold;
  }
  .public-list .public-item:hover .public-arr {
    opacity: 1;
  }
  .public-list .public-item:hover::before {
    background: #0e0e0e;
    transition: 0.3s ease-out all;
  }
}
.public-list .public-item .title {
  font-size: 1.0416vw;
  line-height: #808080;
  color: #262728;
  margin-bottom: 0.625vw;
  font-weight: normal;
  transition: 0.3s ease-in all;
}
@media screen and (max-width: 750px) {
  .public-list .public-item .title {
    font-size: 3.7333vw;
    margin-bottom: 2vw;
  }
}
.public-list .public-item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.052vw;
  background: #cdcdcd;
  transition: 0.2s ease-in all;
}
@media screen and (max-width: 750px) {
  .public-list .public-item::before {
    height: 0.1333vw;
  }
}
.public-list .public-item .date {
  font-size: 0.8333vw;
  line-height: 1.5;
  color: #808080;
  margin-bottom: 0;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .public-list .public-item .date {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.public-list .public-item .public-arr {
  position: absolute;
  top: 0;
  right: 1.0416vw;
  display: block;
  width: 1.9791vw;
  opacity: 0;
  transition: 0.3s ease-in all;
}
@media screen and (min-width: 751px) {
  .public-list .public-item:hover {
    opacity: 1;
  }
  .public-list .public-item:hover .title {
    color: #0e0e0e;
    font-weight: bold;
  }
  .public-list .public-item:hover .public-arr {
    opacity: 1;
  }
  .public-list .public-item:hover::before {
    background: #0e0e0e;
    transition: 0.3s ease-out all;
  }
}

.page-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.page-wrap .page-num {
  font-size: 0.7291vw;
  line-height: 1.4;
  color: #848585;
  margin-bottom: 0;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .page-wrap .page-num {
    font-size: 3.2vw;
  }
}
.page-wrap .page-btn-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page-wrap .page-btn-list .page-btn-item {
  display: block;
  width: 5.1041vw;
  opacity: 0.3;
  transition: 0.3s ease-in all;
}
@media screen and (max-width: 750px) {
  .page-wrap .page-btn-list .page-btn-item {
    width: 10.6666vw;
  }
}
.page-wrap .page-btn-list .page-btn-item img {
  display: block;
  width: 100%;
}
.page-wrap .page-btn-list .page-btn-item.right {
  transform: rotate(180deg);
  margin-left: 0.7812vw;
}
@media screen and (max-width: 750px) {
  .page-wrap .page-btn-list .page-btn-item.right {
    margin-left: 2.6666vw;
  }
}
@media screen and (min-width: 751px) {
  .page-wrap .page-btn-list .page-btn-item:hover {
    opacity: 1;
  }
}

.public-detail {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0.5208vw;
  border: 0.052vw solid #e2e2e2;
  background: #fff;
  padding: 4.1666vw 4.1666vw;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 2.6041vw;
}
@media screen and (max-width: 750px) {
  .public-detail {
    border-radius: 0.8vw;
    border-width: 0.1333vw;
    padding: 8vw 6vw 10.6666vw;
    margin-bottom: 6.6666vw;
  }
}
.public-detail .deck {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.public-detail .title {
  font-size: 1.9791vw;
  line-height: 1.4;
  text-align: center;
  color: #2f2f2f;
  margin-bottom: 2.6041vw;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .public-detail .title {
    font-size: 5.0666vw;
    margin-bottom: 2.6666vw;
  }
}
.public-detail .date {
  font-size: 0.8333vw;
  line-height: 1.5;
  color: #848585;
  margin-bottom: 2.6041vw;
  font-weight: normal;
  text-align: center;
  padding-bottom: 1.5625vw;
  border-bottom: 0.052vw solid rgba(0, 0, 0, 0.11);
}
@media screen and (max-width: 750px) {
  .public-detail .date {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 6.6666vw;
  }
}
@media screen and (max-width: 750px) {
  .public-detail .date {
    padding-bottom: 6.6666vw;
    border-bottom: 0.1333vw solid rgba(0, 0, 0, 0.11);
  }
}
.public-detail .content p {
  font-size: 0.8333vw;
  line-height: 2.3;
  color: #535353;
  margin-bottom: 0;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .public-detail .content p {
    font-size: 3.2vw;
    line-height: 2.3;
    margin-bottom: 0;
  }
}

.public-banner {
  position: relative;
  width: 100%;
}
.public-banner .content {
  overflow: hidden;
  position: absolute;
  left: 36vw;
  /* right: 8.33333vw; */
  bottom: 4.5312vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  justify-content: end;
  width: 53vw;
}
@media screen and (max-width: 750px) {
  .public-banner .content {
    display: block;
    left: 5.3333vw;
    bottom: 14.1333vw;
    width: 89.3333vw;
  }
}
.public-banner .content .sign {
  display: block;
  width: 1.3541vw;
  margin-right: 0.7291vw;
  transform: translateY(-0.4166vw);
}
@media screen and (max-width: 750px) {
  .public-banner .content .sign {
    width: 4vw;
    margin-right: 0;
    margin-bottom: 2.1333vw;
    transform: none;
  }
}
.public-banner .content p {
  /*font-size: 0.8333vw;*/
  font-size: 1.2vw;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .public-banner .content p {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.public-banner .bg {
  display: block;
  width: 100%;
}
.public-banner .bg.mob {
  display: none;
}
@media screen and (max-width: 750px) {
  .public-banner .bg.pc {
    display: none;
  }
  .public-banner .bg.mob {
    display: block;
  }
}

.product-toast {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.product-toast .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 33.3333vw;
  box-sizing: border-box;
  padding: 1.0416vw 1.1458vw 0.7291vw;
  background: #fff;
  border-radius: 0.4166vw;
}
@media screen and (max-width: 750px) {
  .product-toast .bg {
    width: 85.3333vw;
    padding: 2.6666vw 2.6666vw 5.3333vw;
    border-radius: 1.0666vw;
  }
}
.product-toast .bg .product-pic {
  position: relative;
  width: 100%;
  margin-bottom: 0.7291vw;
}
@media screen and (max-width: 750px) {
  .product-toast .bg .product-pic {
    margin-bottom: 2.1333vw;
  }
}
.product-toast .bg .product-pic .swiper-slide {
  width: 100%;
  box-sizing: border-box;
  padding: 1.5625vw 0;
  background: linear-gradient(180deg, #f1f2f5 0%, #ffffff 100%);
  border-radius: 0.4166vw;
  border: 0.052vw solid #e2e2e2;
}
@media screen and (max-width: 750px) {
  .product-toast .bg .product-pic .swiper-slide {
    padding: 10vw 0;
  }
}
.product-toast .bg .product-pic .swiper-slide img {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.product-toast .bg .product-pic .swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0.502vw;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .product-toast .bg .product-pic .swiper-button {
    bottom: 4vw;
  }
}
.product-toast .bg .product-pic .swiper-button .swiper-button-prev,
.product-toast .bg .product-pic .swiper-button .swiper-button-next {
  position: static;
  width: 1.302vw;
  height: 0.4687vw;
  background: url("../img/product-toast-arr-icon.png") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 750px) {
  .product-toast .bg .product-pic .swiper-button .swiper-button-prev,
  .product-toast .bg .product-pic .swiper-button .swiper-button-next {
    width: 4.6666vw;
    height: 1.6vw;
  }
}
.product-toast .bg .product-pic .swiper-button .swiper-button-next {
  transform: rotate(180deg);
  margin-left: 2.5vw;
}
@media screen and (max-width: 750px) {
  .product-toast .bg .product-pic .swiper-button .swiper-button-next {
    margin-left: 5.0666vw;
  }
}
.product-toast .bg .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-toast .bg .content .name {
  font-size: 0.9375vw;
  line-height: 2.0833vw;
  color: #262728;
}
@media screen and (max-width: 750px) {
  .product-toast .bg .content .name {
    font-size: 3.7333vw;
    line-height: 8.5333vw;
  }
}
.product-toast .bg .content .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5vw;
  background: linear-gradient(90deg, #0045a1 0%, #0069c0 100%);
  padding: 0.3125vw 0;
}
@media screen and (max-width: 750px) {
  .product-toast .bg .content .btn {
    width: 20.5333vw;
    padding: 2.1333vw 0;
  }
}
.product-toast .bg .content .btn img {
  display: block;
  width: 0.8333vw;
  margin-right: 0.4166vw;
}
@media screen and (max-width: 750px) {
  .product-toast .bg .content .btn img {
    width: 4.2666vw;
    margin-right: 2.4vw;
  }
}
.product-toast .bg .content .btn span {
  font-size: 0.8333vw;
  line-height: 1.4583vw;
  color: #fff;
  margin-bottom: 0;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .product-toast .bg .content .btn span {
    font-size: 3.2vw;
    line-height: 1.4583vw;
    margin-bottom: 0;
  }
}
.product-toast .bg .close {
  position: absolute;
  top: 0;
  left: calc(100% + 1.0416vw);
  display: block;
  width: 2.0833vw;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .product-toast .bg .close {
    top: calc(100% + 4.2666vw);
    left: 50%;
    transform: translateX(-50%);
    width: 7.4666vw;
  }
}

.secound-nav-wrap {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 751px) {
  .secound-nav-wrap {
    display: none;
  }
}
.secound-nav-wrap .secound-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-bottom: 0.1333vw solid #e0e0e0;
  padding: 3.2vw 5.3333vw;
  z-index: 2;
}
.secound-nav-wrap .secound-top.hide .arr {
  transform: rotate(180deg);
}
.secound-nav-wrap .secound-top .title {
  font-size: 1.5625vw;
  line-height: 1;
  color: #2F2F2F;
  margin-bottom: 0;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .secound-nav-wrap .secound-top .title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .secound-nav-wrap .secound-top .title {
    font-size: 4.2666vw;
  }
}
.secound-nav-wrap .secound-top .arr {
  display: block;
  width: 5.3333vw;
  transition: 0.3s all linear;
}
.secound-nav-wrap .secound-list {
  display: none;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 4.2666vw 5.3333vw;
  box-shadow: 0px 2px 12px 0px rgba(105, 107, 114, 0.16);
  z-index: 100;
}
.secound-nav-wrap .secound-list .nav-item {
  font-size: 1.0416vw;
  line-height: 1.5;
  color: #848686;
  margin-bottom: 0;
  font-weight: normal;
  display: block;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .secound-nav-wrap .secound-list .nav-item {
    font-size: 3.7333vw;
    margin-bottom: 4.2666vw;
  }
}
.secound-nav-wrap .secound-list .nav-item:last-child {
  margin-bottom: 0;
}
.secound-nav-wrap .secound-list .nav-item.active {
  color: #0069c0;
}

.toast-wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.toast-wrap .bg {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  width: 41.6666vw;
  height: 91.6666vh;
  box-sizing: border-box;
  padding: 1.6666vw 2.9687vw 2.5vw;
  background: linear-gradient(to bottom, #e3f2ff 1%, #fff 20%);
  box-shadow: 0px 0px 12px 0px rgba(57, 68, 76, 0.12);
  border-radius: 0.8333vw;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg {
    width: 85.3333vw;
    height: 78.5098vh;
    padding: 3.7333vw 5.3333vw;
  }
}
.toast-wrap .bg .toast-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.toast-wrap .bg .toast-title.chance {
  margin-bottom: 3.6458vw;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .toast-title.chance {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .toast-title {
    margin-bottom: 2.1333vw;
  }
}
.toast-wrap .bg .toast-title .icon {
  display: block;
  width: 1.6666vw;
  flex-shrink: 0;
  margin-right: 0.8333vw;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .toast-title .icon {
    width: 5.3333vw;
    margin-right: 2.1333vw;
  }
}
.toast-wrap .bg .toast-title .title {
  font-size: 1.25vw;
  line-height: 1.5;
  color: #0069c0;
  flex: 1;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .toast-title .title {
    font-size: 4.2666vw;
  }
}
.toast-wrap .bg .toast-int {
  font-size: 0.8333vw;
  line-height: 1.5;
  color: #000;
  margin-bottom: 0;
  font-weight: normal;
  padding-left: 2.5vw;
  padding-bottom: 2.6041vw;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .toast-int {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .toast-int {
    padding-left: 7.4666vw;
    padding-bottom: 2vw;
  }
}
.toast-wrap .bg .scroll-wrap {
  width: 100%;
  overflow-y: auto;
}
.toast-wrap .bg .scroll-wrap::-webkit-scrollbar {
  display: none;
}
.toast-wrap .bg .scroll-wrap .form-wrap {
  margin-bottom: 0.6666vw;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap {
    margin-top: 6.6666vw;
    margin-bottom: 3.4vw;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.6666vw;
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item {
    padding-bottom: 3.7333vw;
    border-bottom: 0.1333vw solid #e5e5e5;
    margin-bottom: 3.7333vw;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item span {
  display: block;
  font-size: 0.9375vw;
  line-height: 1.5;
  color: #000;
}
.form-wrap-en .form-item span{
  width: 110px;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item span {
    font-size: 2.9vw;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item input[type=text] {
  display: block;
  width: 30.2083vw;
  box-sizing: border-box;
  font-size: 0.9375vw;
  color: #000;
  padding: 0.3125vw 0.8333vw;
  background: #fff;
  border: 0.052vw solid #979797;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item input[type=text] {
    width: 53vw;
    font-size: 3.7333vw;
    background: transparent;
    padding: 0;
    border: none;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item input[type=text]::-moz-placeholder {
  color: #848686;
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item input[type=text]::placeholder {
  color: #848686;
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item .radio-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 30.2083vw;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item .radio-wrap {
    width: 56vw;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item .radio-wrap input[type=radio] {
  opacity: 0;
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item .radio-wrap input[type=radio] + label {
  position: relative;
  display: block;
  font-size: 0.9375vw;
  cursor: pointer;
  margin-left: 4.5833vw;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item .radio-wrap input[type=radio] + label {
    font-size: 3.4666vw;
    margin-left: 14.9333vw;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item .radio-wrap input[type=radio] + label:first-of-type {
  margin-left: 2.0833vw;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item .radio-wrap input[type=radio] + label:first-of-type {
    margin-left: 8.5333vw;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item .radio-wrap input[type=radio] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 0.8333vw);
  transform: translateY(-50%);
  border: 1px solid #979797;
  width: 1.25vw;
  height: 1.25vw;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item .radio-wrap input[type=radio] + label::before {
    right: calc(100% + 3.2vw);
    width: 5.3333vw;
    height: 5.3333vw;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item .radio-wrap input[type=radio]:checked + label::before {
  background: url("../img/form-checked-icon.png") no-repeat;
  background-size: 100% 100%;
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item .select-wrap {
  position: relative;
  width: 30.2083vw;
  box-sizing: border-box;
  padding: 0.3125vw 0.8333vw;
  border: 0.052vw solid #979797;
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item .select-wrap.hide .select-top .arr {
  transform: rotate(-180deg);
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item .select-wrap {
    width: 56vw;
    padding: 0;
    border: none;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item .select-wrap .select-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item .select-wrap .select-top .select-name {
  font-size: 0.9375vw;
  color: #000;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item .select-wrap .select-top .select-name {
    font-size: 3.7333vw;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item .select-wrap .select-top .arr {
  display: block;
  width: 0.625vw;
  transition: 0.3s all linear;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item .select-wrap .select-top .arr {
    width: 3.2vw;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item .select-wrap .select-list {
  position: absolute;
  top: calc(100% + 0.2604vw);
  left: 0;
  display: none;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 0.052vw solid #979797;
  box-shadow: 0px 2px 8px 0px rgba(57, 68, 76, 0.25);
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item .select-wrap .select-list {
    top: calc(100% + 5.3333vw);
    left: auto;
    right: 0;
    width: 74.6666vw;
    box-shadow: 0px 2px 8px 0px rgba(57, 68, 76, 0.25);
    border-color: #979797;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item .select-wrap .select-list .select-item {
  font-size: 0.9375vw;
  line-height: 2.5vw;
  padding: 0 0.8333vw;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item .select-wrap .select-list .select-item {
    font-size: 3.7333vw;
    line-height: 9.6vw;
    padding: 0 5.3333vw;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item .select-wrap .select-list .select-item:hover {
  color: #0069c0;
  background: #f0f0f0;
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item textarea {
  width: 30.2083vw;
  height: 8.3333vw;
  box-sizing: border-box;
  font-size: 0.9375vw;
  line-height: 1.5;
  color: #000;
  padding: 0.3125vw 0.8333vw;
  border: 0.052vw solid #979797;
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item.chance {
  align-items: baseline;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item.chance {
    flex-direction: column;
  }
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item.chance span {
    margin-bottom: 1.8666vw;
  }
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item.chance textarea {
    width: 100%;
    height: 18.6666vw;
    font-size: 3.4666vw;
    padding: 0;
    border: none;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item.must span {
  font-size: 0.9375vw;
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item.must span::after {
  content: "*";
  font-size: 0.8vw;
  color: #ff2b2b;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item.must span {
    font-size: 2.9vw;
    padding-right: 5vw;
  }
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item.must span::after {
    font-size: 3.7333vw;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item.price textarea {
  height: 4.1666vw;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item.price textarea {
    height: 15.0666vw;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item.upload {
  align-items: stretch;
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item .upload-wrap {
  width: 30.2083vw;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item .upload-wrap {
    width: 62.2666vw;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item .upload-wrap .upload-top {
  width: 18.2291vw;
  padding: 1.25vw 0 1.0416vw;
  background: #f7f8fa;
  margin-bottom: 0.5208vw;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item .upload-wrap .upload-top {
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
    margin-bottom: 3.2vw;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item .upload-wrap .upload-top .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.25vw;
  margin: 0 auto 0.2604vw;
  background: #fff;
  padding: 0.625vw 0;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item .upload-wrap .upload-top .btn {
    width: 100%;
    height: 9.6vw;
    box-sizing: border-box;
    padding: 0;
    border-radius: 0.5333vw;
    border: 1px dashed #0069c0;
    margin-bottom: 1.0666vw;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item .upload-wrap .upload-top .btn .icon {
  display: block;
  width: 0.8333vw;
  margin-right: 0.4166vw;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item .upload-wrap .upload-top .btn .icon {
    width: 3.2vw;
    margin-right: 2.1333vw;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item .upload-wrap .upload-top .btn .name {
  font-size: 0.8333vw;
  line-height: 1.5;
  color: #0069c0;
  margin-bottom: 0;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item .upload-wrap .upload-top .btn .name {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item .upload-wrap .upload-top .tips {
  font-size: 0.625vw;
  color: #848686;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item .upload-wrap .upload-top .tips {
    font-size: 2.6666vw;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item .file-list {
  display: none;
  width: 18.2291vw;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item .file-list {
    width: 100%;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item .file-list .file-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item .file-list .file-item .icon {
  display: block;
  width: 0.8333vw;
  margin-right: 0.9375vw;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item .file-list .file-item .icon {
    width: 4.2666vw;
    margin-right: 3.2vw;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item .file-list .file-item .name {
  font-size: 0.8333vw;
  line-height: 1.5;
  color: #848686;
  margin-bottom: 0;
  font-weight: normal;
  flex: 1;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item .file-list .file-item .name {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item .file-list .file-item .del-icon {
  display: block;
  width: 0.625vw;
  flex-shrink: 0;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .form-wrap .form-item .file-list .file-item .del-icon {
    width: 4.2666vw;
  }
}
.toast-wrap .bg .scroll-wrap .form-wrap .form-item input[type=file] {
  display: none;
}
.toast-wrap .bg .scroll-wrap .input-tips {
  font-size: 0.8333vw;
  line-height: 1;
  color: #ff2b2b;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  opacity: 0;
  margin-bottom: 1.5625vw;
  transition: 0.3s all ease-in;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .input-tips {
    font-size: 3.2vw;
    line-height: 1;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .scroll-wrap .input-tips {
    margin-bottom: 2vw;
  }
}
.toast-wrap .bg .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.toast-wrap .bg .btn-wrap .btn {
  font-size: 0.8333vw;
  line-height: 2.5vw;
  color: #848585;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  width: 6.6666vw;
  background: #f4f5fa;
  margin-right: 2.5vw;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .btn-wrap .btn {
    font-size: 3.2vw;
    line-height: 2.5vw;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .btn-wrap .btn {
    width: 23.4666vw;
    line-height: 8.5333vw;
    margin-right: 7.4666vw;
  }
}
.toast-wrap .bg .btn-wrap .btn:first-child {
  color: #fff;
  background: linear-gradient(90deg, #0045a1 0%, #0069c0 100%);
}
.toast-wrap .bg .btn-wrap .btn:last-child {
  margin-right: 0;
}
.toast-wrap .bg .close {
  position: absolute;
  top: 2.2916vw;
  right: 2.2916vw;
  display: block;
  width: 1.25vw;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .toast-wrap .bg .close {
    top: 4.2666vw;
    right: 4.2666vw;
    width: 5.3333vw;
  }
}

.content-footer {
  padding-bottom: 7.7083vw;
}
.content-footer .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 0.052vw solid #363636;
  padding-top: 3.8541vw;
  padding-right: 1.7708vw;
}
@media screen and (max-width: 750px) {
  .content-footer .inner {
    border-width: 0.1333vw;
    padding-top: 6.6666vw;
    padding-right: 0;
  }
}
.content-footer .inner .left {
  font-size: 1.7vw;
  font-weight: bold;
  color: #2b2b2b;
}
@media screen and (max-width: 750px) {
  .content-footer .inner .left {
    font-size: 5.6vw;
  }
}
.content-footer .inner .right {
  display: block;
  width: 3.3854vw;
}
@media screen and (max-width: 750px) {
  .content-footer .inner .right {
    /*width: 8.6666vw;*/
    width: 4.6666vw;
  }
}